﻿2026-09-06T13:17:21.6211162Z ##[group]Run actions/checkout@v5
2026-09-06T13:17:21.6212137Z with:
2026-09-06T13:17:21.6212533Z   repository: BigscreenVR/spt-bs-core
2026-09-06T13:17:21.6215563Z   token: ***
2026-09-06T13:17:21.6216078Z   ssh-strict: true
2026-09-06T13:17:21.6216530Z   ssh-user: git
2026-09-06T13:17:21.6216956Z   persist-credentials: true
2026-09-06T13:17:21.6217467Z   clean: true
2026-09-06T13:17:21.6217927Z   sparse-checkout-cone-mode: true
2026-09-06T13:17:21.6218287Z   fetch-depth: 1
2026-09-06T13:17:21.6218590Z   fetch-tags: false
2026-09-06T13:17:21.6218915Z   show-progress: true
2026-09-06T13:17:21.6219222Z   lfs: false
2026-09-06T13:17:21.6219515Z   submodules: false
2026-09-06T13:17:21.6219891Z   set-safe-directory: true
2026-09-06T13:17:21.6220241Z   allow-unsafe-pr-checkout: false
2026-09-06T13:17:21.6220871Z ##[endgroup]
2026-09-06T13:17:21.8256507Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-06T13:17:21.8258164Z ##[group]Getting Git version info
2026-09-06T13:17:21.8258728Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-09-06T13:17:21.8546094Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-09-06T13:17:21.8793457Z git version 2.43.0.windows.1
2026-09-06T13:17:21.8820151Z ##[endgroup]
2026-09-06T13:17:21.8828761Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\26df46d2-5ce7-4a1b-a30f-ed85c165509f\.gitconfig'
2026-09-06T13:17:21.8843727Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\26df46d2-5ce7-4a1b-a30f-ed85c165509f' before making global git config changes
2026-09-06T13:17:21.8844741Z Adding repository directory to the temporary git global config as a safe directory
2026-09-06T13:17:21.8849381Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-09-06T13:17:22.0189485Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-09-06T13:17:22.0458509Z https://github.com/BigscreenVR/spt-bs-core
2026-09-06T13:17:22.0507649Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-06T13:17:22.0514653Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-06T13:17:22.1792837Z HEAD
2026-09-06T13:17:22.2369053Z ##[endgroup]
2026-09-06T13:17:22.2371543Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-09-06T13:17:24.3947449Z ##[group]Cleaning the repository
2026-09-06T13:17:24.3951733Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-09-06T13:17:33.5655814Z Removing target/
2026-09-06T13:17:33.5693533Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-09-06T13:17:33.7722590Z HEAD is now at 638c8b76c Merge f94520082a126ce71fe31777312d5ce1ee6fb08f into 17815c9c04be73bfb63a3649071d6101dbd131e5
2026-09-06T13:17:33.7752993Z ##[endgroup]
2026-09-06T13:17:33.7758051Z ##[group]Disabling automatic garbage collection
2026-09-06T13:17:33.7764707Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-09-06T13:17:33.8793342Z ##[endgroup]
2026-09-06T13:17:33.8794016Z ##[group]Setting up auth
2026-09-06T13:17:33.8799927Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-09-06T13:17:33.9099498Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-09-06T13:17:34.7737963Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-06T13:17:34.8054977Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-09-06T13:17:35.8450888Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-06T13:17:35.8752546Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-09-06T13:17:38.2855843Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-09-06T13:17:38.3184910Z ##[endgroup]
2026-09-06T13:17:38.3185609Z ##[group]Fetching the repository
2026-09-06T13:17:38.3192931Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +35a7c8609e0188359c17c8e4038b77fe9e2258ba:refs/remotes/pull/192/merge
2026-09-06T13:17:39.6722950Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-06T13:17:39.6723544Z  * [new ref]             35a7c8609e0188359c17c8e4038b77fe9e2258ba -> pull/192/merge
2026-09-06T13:17:39.6880376Z ##[endgroup]
2026-09-06T13:17:39.6881099Z ##[group]Determining the checkout info
2026-09-06T13:17:39.6881715Z ##[endgroup]
2026-09-06T13:17:39.6887038Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-09-06T13:17:39.7206358Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-09-06T13:17:39.7494452Z ##[group]Checking out the ref
2026-09-06T13:17:39.7499724Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/192/merge
2026-09-06T13:17:39.9282324Z Previous HEAD position was 638c8b76c Merge f94520082a126ce71fe31777312d5ce1ee6fb08f into 17815c9c04be73bfb63a3649071d6101dbd131e5
2026-09-06T13:17:39.9282971Z HEAD is now at 35a7c8609 Merge 2446dd61433c4f243b22613039112dccd6d3816d into 17815c9c04be73bfb63a3649071d6101dbd131e5
2026-09-06T13:17:39.9315493Z ##[endgroup]
2026-09-06T13:17:39.9665461Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-09-06T13:17:39.9961527Z 35a7c8609e0188359c17c8e4038b77fe9e2258ba
